home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-27 | 998 b | 49 lines | [TEXT/MPS ] |
- # This script file is part of the DirectTeX :-) package.
- #
- # (c) 1991-94 by Wilfried Ricken
- # Hagenaustraße 41
- # 45138 Essen
- # Germany
-
- Begin
- Set Echo 0
- Set Exit 0
-
- If {#} > 0
- BeginSession
- End
-
- For i in {"Parameters"}
- If "{i}" == "1"
- Directory "{dt_TeXProjectDir}"
- "{dt_TeXFormat}" "∂'{dt_TeXProjectName}{dt_TeXProjectExt}∂'" ≥≥ "{dt_SessionLog}" > "{dt_TempFiles}DirectTeX.Pipe"
- If {Status} == 4
- "{dt_TempFiles}DirectTeX.Pipe"
- End
- Delete "{dt_TempFiles}DirectTeX.Pipe"
- Continue
- End
- If "{i}" == "2"
- Directory "{dt_TeXProjectDir}"
- BibTeX "{dt_TeXProjectName}" ≥≥ "{dt_SessionLog}"
- Continue
- End
- If "{i}" == "3"
- Directory "{dt_TeXProjectDir}"
- MakeIndex "{dt_TeXProjectName}" ≥≥ "{dt_SessionLog}"
- Continue
- End
- If "{i}" == "4"
- Directory "{dt_TeXProjectDir}"
- DVICopy "{dt_TeXProjectName}.dvi" ≥≥ "{dt_SessionLog}"
- Continue
- End
- End
-
- If {#} > 0
- EndSession
- End
-
- Exit 0
- End ∑ Dev:Null
-